FEATURE: Add "publish all" dialog for partial publish error #3893
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves: neos/neos-development-collection#5364
This is a WIP and not ready for code review
What I did
![Bildschirmfoto 2024-12-10 um 11 51 13](https://private-user-images.githubusercontent.com/91674611/394243989-98bcf0a3-d34b-405a-994c-7845e7055dcf.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4ODA0NDgsIm5iZiI6MTczODg4MDE0OCwicGF0aCI6Ii85MTY3NDYxMS8zOTQyNDM5ODktOThiY2YwYTMtZDM0Yi00MDVhLTk5NGMtNzg0NWU3MDU1ZGNmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA2VDIyMTU0OFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWExMjQ1MjRlNjkxMTJhODc5ZDAwYTk4Njc0YTNjYTI2YjdlZjZiODQ4ZWM4YmRjZGY5ODc2ZmRkMmRlNGI5ZTkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.iVNbbbhd37ivFkTzxw_y-Y4E2hd0n7_5Ay6INsgd-9U)
When publishing a document fails because of dependencies to other documents ( for example parent node not published), we want to offer the user an option to publish all changes to the base workspace.
This is already impelemented here: neos/neos-development-collection#5370
This PR implements the changes from the core in the UI
How I did it
I show a new popup if a partial publish happens:
How to verify it